home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / asm / alib11b.zip / INSTALL.DOC < prev   
Text File  |  1994-10-07  |  2KB  |  45 lines

  1.  
  2. This free distribution of ALIB11 contains the following files:
  3.  
  4.               ALIB11A.ZIP - Standalone library
  5.               ALIB11B.ZIP - Code fragments part 1
  6.               ALIB11C.ZIP - Code fragments part 2
  7.  
  8. ALIB11A.ZIP contains  INSTALL.DOC (this file) and LIB.ZIP.
  9. LIB.ZIP can be unzipped anywhere, but is best in a separate
  10. directory.
  11.  
  12. ALIB11B.ZIP and ALIB11C.ZIP contain INSTALL.DOC (this file) and
  13. a single CODEx.ZIP file.  They should both be placed in a separate
  14. directory and unzipped together as follows:
  15.  
  16.     md  alibs
  17.     cd  alibs
  18.     pkunzip alib11b
  19.     pkunzip alib11c
  20.     pkunzip -d code1
  21.     pkunzip -d code2
  22.     
  23.  
  24. CODEx.ZIP contains several files with the same name, so using PKZIP
  25. without the "-d" parameter may cause some confusion.
  26.  
  27. The code fragments in CODE1 and CODE2 are gathered from many sources
  28. and are not guaranteed to work.  Some require external variables or
  29. functions which will have to be supplied.  Many require the include
  30. files COMMON.INC and MAC.INC (included).  Some of the code from LIB.ZIP
  31. is included but not all of it.
  32.  
  33. Hope you find this useful and will update it for others use. 
  34. Please send enhancements, additions, or comments to:
  35.  
  36.                       Jeff Owens
  37.                       kowens@teleport.com
  38.                       10-5-94
  39.  
  40. Discussion of some of the code fragments has occurred on the newsgroup
  41. alt.lang.asm and would be a good place to contact myself or others
  42. interested in code fragments.
  43.  
  44. Jeff
  45.